
if service.click({
{"export",
"Share text via",
}
})
return true
end

if service.click({
{"Scan Barcode",
}
})
return true
end

if service.click({
{"General",
"Scan Barcode",
}
})
return true
end

if service.click({
{"Navigate up",
"General",
"Scan Barcode",
}
})
return true
end

if service.click({
{"Back",
"General",
"Scan Barcode",
}
})
return true
end
